home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21.iso / big21.dir / 00038_Script_men < prev    next >
Text File  |  1998-06-25  |  245b  |  18 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite the currentSpriteNum to "menu2"
  4.   cursor 280
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite the currentSpriteNum to "Menu"
  10.   cursor -1
  11.  
  12. end
  13.  
  14. on mouseUp me
  15.   go to "MenuPrin"
  16.  
  17. end
  18.